go.opentelemetry.io/otel/attribute.Value.numeric (field)

10 uses

	go.opentelemetry.io/otel/attribute (current package)
		hash.go#L54: 		h = h.Uint64(v.numeric)
		hash.go#L57: 		h = h.Uint64(v.numeric)
		hash.go#L61: 		h = h.Uint64(v.numeric)
		value.go#L29: 	numeric  uint64
		value.go#L67: 		numeric: boolToRaw(v),
		value.go#L111: 		numeric: int64ToRaw(v),
		value.go#L124: 		numeric: float64ToRaw(v),
		value.go#L167: 	return rawToBool(v.numeric)
		value.go#L186: 	return rawToInt64(v.numeric)
		value.go#L205: 	return rawToFloat64(v.numeric)